Changed log
authorOwen Taylor <otaylor@src.gnome.org>
Fri, 22 May 1998 07:09:15 +0000 (07:09 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 22 May 1998 07:09:15 +0000 (07:09 +0000)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8

index 9b9285fdea63ab774edfbd944c411bd0b1d00251..d46f44ba276331a485ffb6cdfc4837ec55fa350f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Fri May 22 03:02:40 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtkhandlebox.c: Added style_set handler.
+
+Fri May 22 02:55:57 1998  Owen Taylor  <otaylor@gtk.org>
+ [ From: Chris Lahey  <clahey@umich.edu> ]
+       
+       * gtk/gtkeditable.c, gtk/gtkeditable.h,
+         gtk/gtktext.c, gtk/gtkentry.c: Added get_position,
+         and set_position functions to get and set the cursor position.
+
+        * gtk/gtkeditable.c: Restored "insert_text" and "delete_text" to
+         signal status. Make GtkText do user-controlled insertion
+         and deletion through the Editable widget so that these
+         signals are properly emitted.
+
+       * gtk/gtkentry.c: Changed gtk_entry_set_visibility to 
+         display asterisks instead of empty space when visible = FALSE)
 
 Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
@@ -6,8 +24,8 @@ Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
 1998-05-21    <sopwith@redhat.com>
 
-       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a custom
-       routine for loading images specified in gtkrc's.
+       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a
+       custom routine for loading images specified in gtkrc's.
 
 Tue May 19 23:41:04 1998  Owen Taylor  <otaylor@gtk.org>
 
index 9b9285fdea63ab774edfbd944c411bd0b1d00251..d46f44ba276331a485ffb6cdfc4837ec55fa350f 100644 (file)
@@ -1,3 +1,21 @@
+Fri May 22 03:02:40 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtkhandlebox.c: Added style_set handler.
+
+Fri May 22 02:55:57 1998  Owen Taylor  <otaylor@gtk.org>
+ [ From: Chris Lahey  <clahey@umich.edu> ]
+       
+       * gtk/gtkeditable.c, gtk/gtkeditable.h,
+         gtk/gtktext.c, gtk/gtkentry.c: Added get_position,
+         and set_position functions to get and set the cursor position.
+
+        * gtk/gtkeditable.c: Restored "insert_text" and "delete_text" to
+         signal status. Make GtkText do user-controlled insertion
+         and deletion through the Editable widget so that these
+         signals are properly emitted.
+
+       * gtk/gtkentry.c: Changed gtk_entry_set_visibility to 
+         display asterisks instead of empty space when visible = FALSE)
 
 Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
@@ -6,8 +24,8 @@ Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
 1998-05-21    <sopwith@redhat.com>
 
-       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a custom
-       routine for loading images specified in gtkrc's.
+       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a
+       custom routine for loading images specified in gtkrc's.
 
 Tue May 19 23:41:04 1998  Owen Taylor  <otaylor@gtk.org>
 
index 9b9285fdea63ab774edfbd944c411bd0b1d00251..d46f44ba276331a485ffb6cdfc4837ec55fa350f 100644 (file)
@@ -1,3 +1,21 @@
+Fri May 22 03:02:40 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtkhandlebox.c: Added style_set handler.
+
+Fri May 22 02:55:57 1998  Owen Taylor  <otaylor@gtk.org>
+ [ From: Chris Lahey  <clahey@umich.edu> ]
+       
+       * gtk/gtkeditable.c, gtk/gtkeditable.h,
+         gtk/gtktext.c, gtk/gtkentry.c: Added get_position,
+         and set_position functions to get and set the cursor position.
+
+        * gtk/gtkeditable.c: Restored "insert_text" and "delete_text" to
+         signal status. Make GtkText do user-controlled insertion
+         and deletion through the Editable widget so that these
+         signals are properly emitted.
+
+       * gtk/gtkentry.c: Changed gtk_entry_set_visibility to 
+         display asterisks instead of empty space when visible = FALSE)
 
 Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
@@ -6,8 +24,8 @@ Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
 1998-05-21    <sopwith@redhat.com>
 
-       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a custom
-       routine for loading images specified in gtkrc's.
+       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a
+       custom routine for loading images specified in gtkrc's.
 
 Tue May 19 23:41:04 1998  Owen Taylor  <otaylor@gtk.org>
 
index 9b9285fdea63ab774edfbd944c411bd0b1d00251..d46f44ba276331a485ffb6cdfc4837ec55fa350f 100644 (file)
@@ -1,3 +1,21 @@
+Fri May 22 03:02:40 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtkhandlebox.c: Added style_set handler.
+
+Fri May 22 02:55:57 1998  Owen Taylor  <otaylor@gtk.org>
+ [ From: Chris Lahey  <clahey@umich.edu> ]
+       
+       * gtk/gtkeditable.c, gtk/gtkeditable.h,
+         gtk/gtktext.c, gtk/gtkentry.c: Added get_position,
+         and set_position functions to get and set the cursor position.
+
+        * gtk/gtkeditable.c: Restored "insert_text" and "delete_text" to
+         signal status. Make GtkText do user-controlled insertion
+         and deletion through the Editable widget so that these
+         signals are properly emitted.
+
+       * gtk/gtkentry.c: Changed gtk_entry_set_visibility to 
+         display asterisks instead of empty space when visible = FALSE)
 
 Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
@@ -6,8 +24,8 @@ Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
 1998-05-21    <sopwith@redhat.com>
 
-       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a custom
-       routine for loading images specified in gtkrc's.
+       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a
+       custom routine for loading images specified in gtkrc's.
 
 Tue May 19 23:41:04 1998  Owen Taylor  <otaylor@gtk.org>
 
index 9b9285fdea63ab774edfbd944c411bd0b1d00251..d46f44ba276331a485ffb6cdfc4837ec55fa350f 100644 (file)
@@ -1,3 +1,21 @@
+Fri May 22 03:02:40 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtkhandlebox.c: Added style_set handler.
+
+Fri May 22 02:55:57 1998  Owen Taylor  <otaylor@gtk.org>
+ [ From: Chris Lahey  <clahey@umich.edu> ]
+       
+       * gtk/gtkeditable.c, gtk/gtkeditable.h,
+         gtk/gtktext.c, gtk/gtkentry.c: Added get_position,
+         and set_position functions to get and set the cursor position.
+
+        * gtk/gtkeditable.c: Restored "insert_text" and "delete_text" to
+         signal status. Make GtkText do user-controlled insertion
+         and deletion through the Editable widget so that these
+         signals are properly emitted.
+
+       * gtk/gtkentry.c: Changed gtk_entry_set_visibility to 
+         display asterisks instead of empty space when visible = FALSE)
 
 Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
@@ -6,8 +24,8 @@ Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
 1998-05-21    <sopwith@redhat.com>
 
-       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a custom
-       routine for loading images specified in gtkrc's.
+       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a
+       custom routine for loading images specified in gtkrc's.
 
 Tue May 19 23:41:04 1998  Owen Taylor  <otaylor@gtk.org>
 
index 9b9285fdea63ab774edfbd944c411bd0b1d00251..d46f44ba276331a485ffb6cdfc4837ec55fa350f 100644 (file)
@@ -1,3 +1,21 @@
+Fri May 22 03:02:40 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtkhandlebox.c: Added style_set handler.
+
+Fri May 22 02:55:57 1998  Owen Taylor  <otaylor@gtk.org>
+ [ From: Chris Lahey  <clahey@umich.edu> ]
+       
+       * gtk/gtkeditable.c, gtk/gtkeditable.h,
+         gtk/gtktext.c, gtk/gtkentry.c: Added get_position,
+         and set_position functions to get and set the cursor position.
+
+        * gtk/gtkeditable.c: Restored "insert_text" and "delete_text" to
+         signal status. Make GtkText do user-controlled insertion
+         and deletion through the Editable widget so that these
+         signals are properly emitted.
+
+       * gtk/gtkentry.c: Changed gtk_entry_set_visibility to 
+         display asterisks instead of empty space when visible = FALSE)
 
 Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
@@ -6,8 +24,8 @@ Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
 1998-05-21    <sopwith@redhat.com>
 
-       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a custom
-       routine for loading images specified in gtkrc's.
+       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a
+       custom routine for loading images specified in gtkrc's.
 
 Tue May 19 23:41:04 1998  Owen Taylor  <otaylor@gtk.org>
 
index 9b9285fdea63ab774edfbd944c411bd0b1d00251..d46f44ba276331a485ffb6cdfc4837ec55fa350f 100644 (file)
@@ -1,3 +1,21 @@
+Fri May 22 03:02:40 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtkhandlebox.c: Added style_set handler.
+
+Fri May 22 02:55:57 1998  Owen Taylor  <otaylor@gtk.org>
+ [ From: Chris Lahey  <clahey@umich.edu> ]
+       
+       * gtk/gtkeditable.c, gtk/gtkeditable.h,
+         gtk/gtktext.c, gtk/gtkentry.c: Added get_position,
+         and set_position functions to get and set the cursor position.
+
+        * gtk/gtkeditable.c: Restored "insert_text" and "delete_text" to
+         signal status. Make GtkText do user-controlled insertion
+         and deletion through the Editable widget so that these
+         signals are properly emitted.
+
+       * gtk/gtkentry.c: Changed gtk_entry_set_visibility to 
+         display asterisks instead of empty space when visible = FALSE)
 
 Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
@@ -6,8 +24,8 @@ Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
 
 1998-05-21    <sopwith@redhat.com>
 
-       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a custom
-       routine for loading images specified in gtkrc's.
+       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a
+       custom routine for loading images specified in gtkrc's.
 
 Tue May 19 23:41:04 1998  Owen Taylor  <otaylor@gtk.org>